home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / Moribund World / MW_setup.exe / MW.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2006-09-30  |  1KB  |  70 lines

  1. object MainForm: TMainForm
  2.   Left = 248
  3.   Top = 192
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'MW'
  7.   ClientHeight = 768
  8.   ClientWidth = 1024
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Timer: TAsphyreTimer
  25.     Speed = 60
  26.     MaxFPS = 60
  27.     Enabled = False
  28.     OnTimer = TimerTimer
  29.     OnProcess = TimerProcess
  30.     Left = 24
  31.     Top = 56
  32.   end
  33.   object Images: TAsphyreImages
  34.     Publisher = Device
  35.     MipMappping = False
  36.     Left = 88
  37.     Top = 24
  38.   end
  39.   object Device: TAsphyreDevice
  40.     Width = 1024
  41.     Height = 768
  42.     BitDepth = bdHigh
  43.     Refresh = 0
  44.     Windowed = False
  45.     VSync = True
  46.     HardwareTL = True
  47.     DepthBuffer = True
  48.     WindowHandle = 0
  49.     OnInitialize = DeviceInitialize
  50.     OnRender = DeviceRender
  51.     Left = 24
  52.     Top = 24
  53.   end
  54.   object MyCanvas: TAsphyreCanvas
  55.     Publisher = Device
  56.     AlphaTesting = True
  57.     VertexCache = 4096
  58.     Antialias = True
  59.     Dithering = True
  60.     Left = 56
  61.     Top = 24
  62.   end
  63.   object Screener: TAsphyreScreener
  64.     FileName = 'screen.jpg'
  65.     AutoInc = True
  66.     Left = 120
  67.     Top = 56
  68.   end
  69. end
  70.